Skip to content

Update DataStructures.jl compatibility to v0.19 #3864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ChrisRackauckas
Copy link
Member

Summary

  • Add DataStructures.jl v0.19 compatibility to Project.toml
  • Fix deprecated function calls for v0.19 compatibility:
    • Replace enqueue! with push!
    • Replace dequeue! with popfirst!
    • Replace IntDisjointSets with IntDisjointSet
    • Add proper import for IntDisjointSet

Test plan

  • Updated Project.toml compat entry
  • Fixed all deprecated DataStructures function calls
  • Added necessary imports
  • CI tests pass

🤖 Generated with Claude Code

claude added 2 commits August 1, 2025 08:51
- Replace enqueue! with push!
- Replace dequeue! with popfirst!
- Replace IntDisjointSets with IntDisjointSet
- Import IntDisjointSet to fix compilation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@ChrisRackauckas
Copy link
Member Author

This one probably needs to wait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants